NodeProperties.Extender Method
Gets the extender of the specified name.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function Extender ( _
extenderName As String _
) As Object
'Usage
Dim instance As NodeProperties
Dim extenderName As String
Dim returnValue As Object
returnValue = instance.Extender(extenderName)
public Object Extender(
string extenderName
)
public:
Object^ Extender(
String^ extenderName
)
public function Extender(
extenderName : String
) : Object
member Extender :
extenderName:string -> Object
Parameters
- extenderName
Type: System.String
The name of the extender
Return Value
Type: System.Object
.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.Project.MPF Namespace