Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function GetGuidProperty ( _
itemid As UInteger, _
propid As Integer, _
<OutAttribute> ByRef pguid As Guid _
) As Integer Implements IVsUIHierarchy.GetGuidProperty
'使用
Dim instance As FlavoredProject
Dim itemid As UInteger
Dim propid As Integer
Dim pguid As Guid
Dim returnValue As Integer
returnValue = CType(instance, IVsUIHierarchy).GetGuidProperty(itemid, _
propid, pguid)
int IVsUIHierarchy.GetGuidProperty(
uint itemid,
int propid,
out Guid pguid
)
private:
virtual int GetGuidProperty(
unsigned int itemid,
int propid,
[OutAttribute] Guid% pguid
) sealed = IVsUIHierarchy::GetGuidProperty
JScript does not support explicit interface implementations.
Parameters
- itemid
Type: System.UInt32
- propid
Type: System.Int32
- pguid
Type: System.Guid%
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.GetGuidProperty(UInt32, Int32, Guid%)
Permissions
- 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.