DomainPropertyHasElementNameProvider.SetElementNameProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets ElementNameProvider.
public:
static void SetElementNameProvider(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ExternalType ^ newNameProviderType);
[System.Diagnostics.DebuggerStepThrough]
public static void SetElementNameProvider (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty element, Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType newNameProviderType);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetElementNameProvider : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty * Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType -> unit
Public Shared Sub SetElementNameProvider (element As DomainProperty, newNameProviderType As ExternalType)
Parameters
- element
- DomainProperty
- newNameProviderType
- ExternalType
- Attributes