ShapeIdentifier Constructor (Guid, UInt32)

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Public Sub New ( _
    value As Guid, _
    id As UInteger _
)
用法
Dim value As Guid
Dim id As UInteger

Dim instance As New ShapeIdentifier(value, id)
public ShapeIdentifier(
    Guid value,
    uint id
)
public:
ShapeIdentifier(
    Guid value, 
    unsigned int id
)
new : 
        value:Guid * 
        id:uint32 -> ShapeIdentifier
public function ShapeIdentifier(
    value : Guid, 
    id : uint
)

Parameters

.NET Framework Security

See Also

Reference

ShapeIdentifier Structure

ShapeIdentifier Members

ShapeIdentifier Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace