Share via


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

'Declaration
Public Shared ReadOnly Property CopyOrigin As String
'Usage
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.

.NET Framework Security

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace