ExtensionId Property
The id of the specified extension.
Syntax
char* GetExtensionId(int iExtensionIndex);
int SetExtensionId(int iExtensionIndex, const char* lpszExtensionId);
LPWSTR GetExtensionId(INT iExtensionIndex);
INT SetExtensionId(INT iExtensionIndex, LPCWSTR lpszExtensionId);
- (NSString*)extensionId:(int)extensionIndex; - (void)setExtensionId:(int)extensionIndex:(NSString*)newExtensionId;
public func extensionId(extensionIndex: Int32) throws -> String
public func setExtensionId(extensionIndex: Int32, newExtensionId: String) throws -> Void
Default Value
""
Remarks
The id of the specified extension.
This setting specifies a unique identifier for the extension.
The size of the array is controlled by the ExtensionCount property.
This property is not available at design time.
Data Type
String