메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetProjectId ( System.Reference reference ) : string | ||
GetProjectId ( VBProject project ) : string | ||
QualifiedModuleName ( VBComponent component ) : System | ||
QualifiedModuleName ( VBProject project ) : System | ||
QualifiedModuleName ( string projectName, string projectPath, string componentName ) : System |
Creates a QualifiedModuleName for a built-in declaration. Do not use this overload for user declarations.
|
|
QualifyMemberName ( string member ) : |
||
ToString ( ) : string | ||
operator ( ) : bool |
public static GetProjectId ( System.Reference reference ) : string | ||
reference | System.Reference | |
리턴 | string |
public static GetProjectId ( VBProject project ) : string | ||
project | VBProject | |
리턴 | string |
public QualifiedModuleName ( VBComponent component ) : System | ||
component | VBComponent | |
리턴 | System |
public QualifiedModuleName ( VBProject project ) : System | ||
project | VBProject | |
리턴 | System |
public QualifiedModuleName ( string projectName, string projectPath, string componentName ) : System | ||
projectName | string | |
projectPath | string | |
componentName | string | |
리턴 | System |
public QualifyMemberName ( string member ) : |
||
member | string | |
리턴 |