BaseDocData.IVsPersistDocData.GetGuidEditorType Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function GetGuidEditorType ( _
<OutAttribute> ByRef pClassId As Guid _
) As Integer Implements IVsPersistDocData.GetGuidEditorType
'Usage
Dim instance As BaseDocData
Dim pClassId As Guid
Dim returnValue As Integer
returnValue = CType(instance, IVsPersistDocData).GetGuidEditorType(pClassId)
int IVsPersistDocData.GetGuidEditorType(
out Guid pClassId
)
private:
virtual int GetGuidEditorType(
[OutAttribute] Guid% pClassId
) sealed = IVsPersistDocData::GetGuidEditorType
JScript does not support explicit interface implementations.
private abstract GetGuidEditorType :
pClassId:Guid -> int
private override GetGuidEditorType :
pClassId:Guid -> int
Parameters
- pClassId
Type: System.Guid%
Return Value
Type: System.Int32
Implements
IVsPersistDocData.GetGuidEditorType(Guid%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace