DocData.GetClassID(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the GUID of our editor factory.
public:
virtual int GetClassID([Runtime::InteropServices::Out] Guid % classId);
public int GetClassID (out Guid classId);
abstract member GetClassID : Guid -> int
override this.GetClassID : Guid -> int
Public Function GetClassID (ByRef classId As Guid) As Integer
Parameters
- classId
- Guid
Contains the GUID.