Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the name of the field.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public ReadOnly Property Field As String
'Usage
Dim instance As DefaultFieldValue
Dim value As String
value = instance.Field
public string Field { get; }
public:
property String^ Field {
String^ get ();
}
public function get Field () : String
Property Value
Type: System.String
Returns the name that was passed to the DefaultFieldValue class constructor.
.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.