Proprietà ProjectNodeProperties.TargetFramework

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public ReadOnly Property TargetFramework As String
    Get
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public string TargetFramework { get; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property String^ TargetFramework {
    String^ get ();
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(true)>]
member TargetFramework : string
function get TargetFramework () : String

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProjectNodeProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal