ILayerCommentLink.Source Property
Get the source comment.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
ReadOnly Property Source As ILayerComment
ILayerComment Source { get; }
property ILayerComment^ Source {
ILayerComment^ get ();
}
abstract Source : ILayerComment with get
function get Source () : ILayerComment
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerComment
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace