Freigeben über


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)

Syntax

'Declaration
Public Property IsPublic As Boolean
public bool IsPublic { get; set; }

Property Value

Type: System.Boolean
true if the access modifier for the virtual type is public; otherwise, false.

Remarks

The default value is true.

.NET Framework Security

See Also

Reference

VirtualTypeBuilder Class

Microsoft.VisualStudio.Shell.Design Namespace