Share via


CodeGraphNodeIdGenericBuilder.TransientParameterLabels Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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: System.Collections.ObjectModel.Collection<String>
Returns Collection<T>.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdGenericBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace