OAProperties.Target Property

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

NodeProperties.

Permissions

See Also

Reference

OAProperties Class

OAProperties Members

Microsoft.VisualStudio.Package.Automation Namespace