VCFilter.Object Property
Provides a reference between the Visual Studio object model and the Visual C++ object model.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
ReadOnly Property Object As Object
用法
Dim instance As VCFilter
Dim value As Object
value = instance.Object
Object Object { get; }
property Object^ Object {
Object^ get ();
}
function get Object () : Object
Property Value
Type: System.Object
An object representing a VCFilter.
Permissions
- 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.