DslDefinesExplorer.SetDsl(Explorer, Dsl) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 Dsl。
public:
static void SetDsl(Microsoft::VisualStudio::Modeling::DslDefinition::Explorer ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ newDsl);
[System.Diagnostics.DebuggerStepThrough]
public static void SetDsl (Microsoft.VisualStudio.Modeling.DslDefinition.Explorer element, Microsoft.VisualStudio.Modeling.DslDefinition.Dsl newDsl);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetDsl : Microsoft.VisualStudio.Modeling.DslDefinition.Explorer * Microsoft.VisualStudio.Modeling.DslDefinition.Dsl -> unit
Public Shared Sub SetDsl (element As Explorer, newDsl As Dsl)
参数
- element
- Explorer
- newDsl
- Dsl
- 属性