DomainPropertyHasElementNameProvider.SetElementNameProvider Method

Sets ElementNameProvider.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Shared Sub SetElementNameProvider ( _
    element As DomainProperty, _
    newNameProviderType As ExternalType _
)
public static void SetElementNameProvider(
    DomainProperty element,
    ExternalType newNameProviderType
)
public:
static void SetElementNameProvider(
    DomainProperty^ element, 
    ExternalType^ newNameProviderType
)
static member SetElementNameProvider : 
        element:DomainProperty * 
        newNameProviderType:ExternalType -> unit
public static function SetElementNameProvider(
    element : DomainProperty, 
    newNameProviderType : ExternalType
)

Parameters

.NET Framework Security

See Also

Reference

DomainPropertyHasElementNameProvider Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace