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.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function SetGuidProperty ( _
itemId As UInteger, _
propid As Integer, _
ByRef guid As Guid _
) As Integer
public virtual int SetGuidProperty(
uint itemId,
int propid,
ref Guid guid
)
public:
virtual int SetGuidProperty(
unsigned int itemId,
int propid,
Guid% guid
)
abstract SetGuidProperty :
itemId:uint32 *
propid:int *
guid:Guid byref -> int
override SetGuidProperty :
itemId:uint32 *
propid:int *
guid:Guid byref -> int
public function SetGuidProperty(
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.SetGuidProperty(UInt32, Int32, Guid%)
IVsHierarchy.SetGuidProperty(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.