DocData.IPersistFileFormat.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.
virtual int Microsoft.VisualStudio.Shell.Interop.IPersistFileFormat.GetClassID([Runtime::InteropServices::Out] Guid % classId) = Microsoft::VisualStudio::Shell::Interop::IPersistFileFormat::GetClassID;
int IPersistFileFormat.GetClassID (out Guid classId);
abstract member Microsoft.VisualStudio.Shell.Interop.IPersistFileFormat.GetClassID : Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IPersistFileFormat.GetClassID : Guid -> int
Function GetClassID (ByRef classId As Guid) As Integer Implements IPersistFileFormat.GetClassID
Parameters
- classId
- Guid
Contains the GUID.