Share via


WindowPane.Content Property

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Overridable Property Content As Object
    Get
    Set
‘사용 방법
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

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace