Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets properties whose values are GUIDs.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Function GetGuidProperty ( _
itemid As UInteger, _
propid As Integer, _
<OutAttribute> ByRef pguid As Guid _
) As Integer Implements IVsUIHierarchy.GetGuidProperty
int IVsUIHierarchy.GetGuidProperty(
uint itemid,
int propid,
out Guid pguid
)
Parameters
- itemid
Type: System.UInt32
The item ID of the hierarchy node for which to get the property.
- propid
Type: System.Int32
The ID of the property.
- pguid
Type: System.Guid%
[out] The GUID value.
Return Value
Type: System.Int32
S_OK .
Implements
IVsUIHierarchy.GetGuidProperty(UInt32, Int32, Guid%)
Remarks
This method calls the GetGuidProperty method.
.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.