Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets DomainProperty.
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 SetDomainProperty ( _
element As XmlPropertyData, _
newDomainProperty As DomainProperty _
)
public static void SetDomainProperty(
XmlPropertyData element,
DomainProperty newDomainProperty
)
public:
static void SetDomainProperty(
XmlPropertyData^ element,
DomainProperty^ newDomainProperty
)
static member SetDomainProperty :
element:XmlPropertyData *
newDomainProperty:DomainProperty -> unit
public static function SetDomainProperty(
element : XmlPropertyData,
newDomainProperty : DomainProperty
)
Parameters
- newDomainProperty
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty
.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.