Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
Public Overridable ReadOnly Property SolutionName As String
'使用
Dim instance As TestElement
Dim value As String
value = instance.SolutionName
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
public virtual string SolutionName { get; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
public:
virtual property String^ SolutionName {
String^ get ();
}
public function get SolutionName () : String
Property Value
Type: System.String
Implements
Permissions
- 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.