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
VisibilityKind Visibility { get; set; }
property VisibilityKind Visibility {
VisibilityKind get();
void set(VisibilityKind value);
}
abstract Visibility : VisibilityKind with get, set
Property Visibility As VisibilityKind
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.VisibilityKind
See Also
IPackageImport Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top