ContentControlBase.InnerObject Property (2007 System)
Gets the underlying native object for the content control.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property InnerObject As ContentControl
'Usage
Dim instance As ContentControlBase
Dim value As ContentControl
value = instance.InnerObject
[BrowsableAttribute(false)]
public ContentControl InnerObject { get; }
[BrowsableAttribute(false)]
public:
property ContentControl^ InnerObject {
ContentControl^ get ();
}
public function get InnerObject () : ContentControl
Property Value
Type: ContentControl
A ContentControl that represents the underlying native object for the Visual Studio Tools for Office content control.
Remarks
Use the InnerObject property to access the native ContentControl that corresponds to the Visual Studio Tools for Office content control. Every host control in a Visual Studio Tools for Office project has a corresponding native object. For more information, see Host Items and Host Controls Overview and Programmatic Limitations of Host Items and Host Controls.
.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.
See Also
Reference
Microsoft.Office.Tools.Word Namespace