VirtualTypeBuilder::IsPublic Property

 

Gets or sets a value indicating whether the resulting virtual type has the public access modifier.

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

public:
property bool IsPublic {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the access modifier for the virtual type is public; otherwise, false.

The default value is true.

Return to top
Show: