CodeGraphNodeIdGenericBuilder.TransientParameterLabels Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
public Collection<string> TransientParameterLabels { get; }
public:
property Collection<String^>^ TransientParameterLabels {
Collection<String^>^ get();
}
member TransientParameterLabels : Collection<string> with get
Public ReadOnly Property TransientParameterLabels As Collection(Of String)
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Returns Collection<T>.
See Also
CodeGraphNodeIdGenericBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top