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.
Sets the extended type for a specified node.
Namespace: Microsoft.VisualStudio.Data.Interop
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Sub SetExtendedType ( _
drnidCurr As IntPtr, _
ByRef pguidType As Guid _
)
void SetExtendedType(
IntPtr drnidCurr,
ref Guid pguidType
)
void SetExtendedType(
[InAttribute] IntPtr drnidCurr,
[InAttribute] Guid% pguidType
)
abstract SetExtendedType :
drnidCurr:IntPtr *
pguidType:Guid byref -> unit
function SetExtendedType(
drnidCurr : IntPtr,
pguidType : Guid
)
Parameters
- drnidCurr
Type: System.IntPtr
[in] DSREFNODEID of the node whose extended property is to be set.
- pguidType
Type: System.Guid%
[in] Reference to the GUID of the extended type to be set for the specified node.
.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.Interop Namespace