Diagram.CopyOrigin Property

Gets the text that represents the original diagram that was copied.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Shared ReadOnly Property CopyOrigin As String
'使用
Dim value As String

value = Diagram.CopyOrigin
public static string CopyOrigin { get; }
public:
static property String^ CopyOrigin {
    String^ get ();
}
public static function get CopyOrigin () : String

Property Value

Type: System.String

The text that represents the original diagram that was copied.

Permissions

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace