次の方法で共有


BuildSettings.HasPlatformConfigurations Property

Gets a flag describing whether the PlatformConfigurations property is set and contains more than zero elements.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property HasPlatformConfigurations As Boolean
    Get
[BrowsableAttribute(false)]
public bool HasPlatformConfigurations { get; }
[BrowsableAttribute(false)]
public:
property bool HasPlatformConfigurations {
    bool get ();
}
[<BrowsableAttribute(false)>]
member HasPlatformConfigurations : bool
function get HasPlatformConfigurations () : boolean

Property Value

Type: System.Boolean
True if PlatformConfigurations is set and contains more than zero elements; otherwise, false.

.NET Framework Security

See Also

Reference

BuildSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace