OnGetBindingProperty Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose.
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Protected Overridable Function OnGetBindingProperty ( _
propName As String _
) As Object
protected virtual Object OnGetBindingProperty(
string propName
)
protected:
virtual Object^ OnGetBindingProperty(
String^ propName
)
abstract OnGetBindingProperty :
propName:string -> Object
override OnGetBindingProperty :
propName:string -> Object
protected function OnGetBindingProperty(
propName : String
) : Object
Parameters
- propName
Type: System. . :: . .String
The name of the property being retrieved.
Return Value
Type: System. . :: . .Object
The property object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.