ExtensionName Property
The extension name.
Syntax
char* GetExtensionName(int iExtensionIndex);
int SetExtensionName(int iExtensionIndex, const char* lpszExtensionName);
LPWSTR GetExtensionName(INT iExtensionIndex);
INT SetExtensionName(INT iExtensionIndex, LPCWSTR lpszExtensionName);
- (NSString*)extensionName:(int)extensionIndex; - (void)setExtensionName:(int)extensionIndex:(NSString*)newExtensionName;
public func extensionName(extensionIndex: Int32) throws -> String
public func setExtensionName(extensionIndex: Int32, newExtensionName: String) throws -> Void
Default Value
""
Remarks
The extension name.
This setting specifies the name of the extension as defined by the extension owner.
The size of the array is controlled by the ExtensionCount property.
This property is not available at design time.
Data Type
String