Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Sub Set ( _
elementGroupPrototype As ElementGroupPrototype, _
copyOrigin As String _
)
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim copyOrigin As String
CopyOriginContext.Set(elementGroupPrototype, _
copyOrigin)
public static void Set(
ElementGroupPrototype elementGroupPrototype,
string copyOrigin
)
public:
static void Set(
ElementGroupPrototype^ elementGroupPrototype,
String^ copyOrigin
)
public static function Set(
elementGroupPrototype : ElementGroupPrototype,
copyOrigin : String
)
Parameters
- elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
- copyOrigin
Type: System.String
Permissions
- 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.