CodeGraphNodeIdGenericBuilder.TransientParameterLabels Property

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public ReadOnly Property TransientParameterLabels As Collection(Of String)
public Collection<string> TransientParameterLabels { get; }
public:
property Collection<String^>^ TransientParameterLabels {
    Collection<String^>^ get ();
}
member TransientParameterLabels : Collection<string> with get
function get TransientParameterLabels () : Collection<String>

Property Value

Type: Collection<String>
Returns Collection.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdGenericBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace