Compartilhar via


Propriedade ProjectNodeProperties.TargetFramework

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
<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

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ProjectNodeProperties Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal