VirtualTypeBuilder.DeclaringType Property

Gets or sets the declaring type for the resulting virtual type.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Property DeclaringType As Type
'使用
Dim instance As VirtualTypeBuilder
Dim value As Type

value = instance.DeclaringType

instance.DeclaringType = value
public Type DeclaringType { get; set; }
public:
property Type^ DeclaringType {
    Type^ get ();
    void set (Type^ value);
}
public function get DeclaringType () : Type
public function set DeclaringType (value : Type)

Property Value

Type: System.Type

A Type that represents a DeclaringType.

Remarks

The DeclaringType is usually a null reference (Nothing in Visual Basic), but can point to another type to create a nested type.

Permissions

See Also

Reference

VirtualTypeBuilder Class

VirtualTypeBuilder Members

Microsoft.VisualStudio.Shell.Design Namespace