DefaultFieldValue Constructor (String^, String^)

 

Initializes a new instance of the DefaultFieldValue class.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
DefaultFieldValue(
	String^ field,
	String^ value
)

Parameters

field
Type: System::String^

[in] A string containing the name of the field.

value
Type: System::String^

[in] A string containing the value of the field.

Return to top
Show: