Gets the node properties on which these properties are based.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property Target As NodeProperties
'使用
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.Package.NodeProperties
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.