DocData.GetGuidEditorType(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 unique identifier of the editor factory that created the IVsPersistDocData object.
public:
virtual int GetGuidEditorType([Runtime::InteropServices::Out] Guid % editor);
public int GetGuidEditorType (out Guid editor);
abstract member GetGuidEditorType : Guid -> int
override this.GetGuidEditorType : Guid -> int
Public Function GetGuidEditorType (ByRef editor As Guid) As Integer
Parameters
- editor
- Guid
The Guid of the editor factory.