Visual Basic (Declaration) | |
---|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Overridable Property Site As ISite |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim value As ISite instance.Site = value value = instance.Site |
C# | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public virtual ISite Site {get; set;} |
C++/CLI | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public: virtual property ISite^ Site { ISite^ get(); void set ( ISite^ value); } |
Property Value
The System.ComponentModel.ISite associated with the System.ComponentModel.Component, or null if the System.ComponentModel.Component is not encapsulated in an System.ComponentModel.IContainer, the System.ComponentModel.Component does not have an System.ComponentModel.ISite associated with it, or the System.ComponentModel.Component is removed from its System.ComponentModel.IContainer.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7