메소드 | 설명 | |
---|---|---|
ExportAsSourceFile ( this component, string directoryPath ) : string |
Exports the component to the directoryPath. The file is name matches the component name and file extension is based on the component's type.
|
|
FileExtension ( this componentType ) : string |
Returns the proper file extension for the Component Type. Document classes should properly have a ".cls" file extension. However, because they cannot be removed and imported like other component types, we need to make a distinction. |
메소드 | 설명 | |
---|---|---|
ExportDocumentModule ( VBComponent component, string path ) : void | ||
ExportToTempFile ( this component ) : string | ||
ExportUserFormModule ( VBComponent component, string path ) : void |
public static ExportAsSourceFile ( this component, string directoryPath ) : string | ||
component | this | The component to be exported to the file system. |
directoryPath | string | Destination Path for the resulting source file. |
리턴 | string |
public static FileExtension ( this componentType ) : string | ||
componentType | this | |
리턴 | string |