WindowPane.Content Property
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaración
Public Overridable Property Content As Object
Get
Set
'Uso
Dim instance As WindowPane
Dim value As Object
value = instance.Content
instance.Content = value
public virtual Object Content { get; set; }
public:
virtual property Object^ Content {
Object^ get ();
void set (Object^ value);
}
abstract Content : Object with get, set
override Content : Object with get, set
function get Content () : Object
function set Content (value : Object)
Property Value
Type: System.Object
.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.