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;} |
Managed Extensions for C++ | |
---|
public: __property Guid get_Clsid(); |
C++/CLI | |
---|
public:
property Guid Clsid {
Guid get();
} |
Return Value
A
Guid that describes the extension data. This is valid only if
DataLength is 0xFFFFFFFF.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also