IPackageImport.Visibility Property
The visibility of the imported elements within the importing Package. If private, the imported elements can be seen only by the definitions of elements in the importing package. If public, the imported elements can be seen by all other users of the importing package.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Visibility As VisibilityKind
VisibilityKind Visibility { get; set; }
property VisibilityKind Visibility {
VisibilityKind get ();
void set (VisibilityKind value);
}
abstract Visibility : VisibilityKind with get, set
function get Visibility () : VisibilityKind
function set Visibility (value : VisibilityKind)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.VisibilityKind
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.