다음을 통해 공유


WpfUIFactoryElement.ElementId Property

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

Syntax

‘선언
Public ReadOnly Property ElementId As UInteger
    Get
‘사용 방법
Dim instance As WpfUIFactoryElement
Dim value As UInteger

value = instance.ElementId
public uint ElementId { get; }
public:
property unsigned int ElementId {
    unsigned int get ();
}
member ElementId : uint32
function get ElementId () : uint

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

WpfUIFactoryElement Class

WpfUIFactoryElement Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace