Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the NodeProperties object that contains the properties.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property Target As NodeProperties
'Usage
Dim instance As OAProperties
Dim value As NodeProperties
value = instance.Target
public NodeProperties Target { get; }
public:
property NodeProperties^ Target {
NodeProperties^ get ();
}
public function get Target () : NodeProperties
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.NodeProperties
.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.VisualStudio.Data.Schema.Project.Automation Namespace