Project.GetProjectExtensions(String) Method
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.
Returns the project extensions string for the given ID.
public:
System::String ^ GetProjectExtensions(System::String ^ id);
public string GetProjectExtensions (string id);
member this.GetProjectExtensions : string -> string
Public Function GetProjectExtensions (id As String) As String
Parameters
- id
- String
Returns
String value of specified ID.