DefaultFieldValue(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DefaultFieldValue class.
public:
DefaultFieldValue(System::String ^ field, System::String ^ value);
public:
DefaultFieldValue(Platform::String ^ field, Platform::String ^ value);
DefaultFieldValue(std::wstring const & field, std::wstring const & value);
public DefaultFieldValue (string field, string value);
new Microsoft.VisualStudio.Package.DefaultFieldValue : string * string -> Microsoft.VisualStudio.Package.DefaultFieldValue
Public Sub New (field As String, value As String)
Parameters
- field
- String
[in] A string containing the name of the field.
- value
- String
[in] A string containing the value of the field.