GelProperty.Register<TOwner> Method (String, String, GelPropertyChangedCallback, GelPropertyValidatorCallback)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared Function Register(Of TOwner) ( _
    name As String, _
    defaultValue As String, _
    propertyChanged As GelPropertyChangedCallback, _
    validator As GelPropertyValidatorCallback _
) As GelProperty
public static GelProperty Register<TOwner>(
    string name,
    string defaultValue,
    GelPropertyChangedCallback propertyChanged,
    GelPropertyValidatorCallback validator
)
public:
generic<typename TOwner>
static GelProperty^ Register(
    String^ name, 
    String^ defaultValue, 
    GelPropertyChangedCallback^ propertyChanged, 
    GelPropertyValidatorCallback^ validator
)
static member Register : 
        name:string * 
        defaultValue:string * 
        propertyChanged:GelPropertyChangedCallback * 
        validator:GelPropertyValidatorCallback -> GelProperty
JScript does not support generic types or methods.

Type Parameters

  • TOwner

Parameters

Return Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty

.NET Framework Security

See Also

Reference

GelProperty Class

Register Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace