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.
This member overrides DialogPropertyValueEditor.ShowDialog(PropertyValue, IInputElement).
Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Overrides Sub ShowDialog ( _
    propertyValue As PropertyValue, _
    commandSource As IInputElement _
)
public override void ShowDialog(
    PropertyValue propertyValue,
    IInputElement commandSource
)
public:
virtual void ShowDialog(
    PropertyValue^ propertyValue, 
    IInputElement^ commandSource
) override
abstract ShowDialog : 
        propertyValue:PropertyValue * 
        commandSource:IInputElement -> unit  
override ShowDialog : 
        propertyValue:PropertyValue * 
        commandSource:IInputElement -> unit
public override function ShowDialog(
    propertyValue : PropertyValue, 
    commandSource : IInputElement
)
Parameters
- propertyValue
 Type: System.Activities.Presentation.PropertyEditing.PropertyValue
- commandSource
 Type: System.Windows.IInputElement
.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.