Gets the CLSID that describes the extension data.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Clsid As Guid |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsExtension
Dim value As Guid
value = instance.Clsid |
C# | |
---|
public Guid Clsid {get;} |
C++/CLI | |
---|
public:
property Guid Clsid {
Guid get();
} |
Property Value
A
System.Guid that describes the extension data. This is valid only if
DataLength is 0xFFFFFFFF.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also