Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Function GetCopyOrigin ( _
elementGroupPrototype As ElementGroupPrototype _
) As String
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim returnValue As String
returnValue = CopyOriginContext.GetCopyOrigin(elementGroupPrototype)
public static string GetCopyOrigin(
ElementGroupPrototype elementGroupPrototype
)
public:
static String^ GetCopyOrigin(
ElementGroupPrototype^ elementGroupPrototype
)
public static function GetCopyOrigin(
elementGroupPrototype : ElementGroupPrototype
) : String
Parameters
- elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Return Value
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.