BaseUIHierarchy.GetGuidProperty Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Overridable Function GetGuidProperty ( _
itemId As UInteger, _
propid As Integer, _
<OutAttribute> ByRef guid As Guid _
) As Integer
public virtual int GetGuidProperty(
uint itemId,
int propid,
out Guid guid
)
public:
virtual int GetGuidProperty(
unsigned int itemId,
int propid,
[OutAttribute] Guid% guid
)
abstract GetGuidProperty :
itemId:uint32 *
propid:int *
guid:Guid byref -> int
override GetGuidProperty :
itemId:uint32 *
propid:int *
guid:Guid byref -> int
public function GetGuidProperty(
itemId : uint,
propid : int,
guid : Guid
) : int
Parameters
- itemId
Type: System.UInt32
- propid
Type: System.Int32
- guid
Type: System.Guid%
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.GetGuidProperty(UInt32, Int32, Guid%)
IVsHierarchy.GetGuidProperty(UInt32, Int32, 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.