Share via


DocData.GetGuidEditorType(Guid) Method

Definition

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.

Returns

Implements

Applies to