다음을 통해 공유


WpfUIFactoryElement.ElementType Property

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

Syntax

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

value = instance.ElementType
public Type ElementType { get; }
public:
property Type^ ElementType {
    Type^ get ();
}
member ElementType : Type
function get ElementType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

WpfUIFactoryElement Class

WpfUIFactoryElement Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace