このオートメーション オブジェクトの基になるオブジェクトを返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public ReadOnly Property Object As Object
'使用
Dim instance As OADatabaseSchemaView
Dim value As Object
value = instance.Object
public Object Object { get; }
public:
property Object^ Object {
Object^ get ();
}
public function get Object () : Object
プロパティ値
型 : System.Object