VCWinRTReference Interface

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("24E48B23-CE0E-48FB-9B30-D143E63B038C")> _
Public Interface VCWinRTReference _
    Inherits VCReference
[GuidAttribute("24E48B23-CE0E-48FB-9B30-D143E63B038C")]
public interface VCWinRTReference : VCReference
[GuidAttribute(L"24E48B23-CE0E-48FB-9B30-D143E63B038C")]
public interface class VCWinRTReference : VCReference
[<GuidAttribute("24E48B23-CE0E-48FB-9B30-D143E63B038C")>]
type VCWinRTReference =  
    interface 
        interface VCReference 
    end
public interface VCWinRTReference extends VCReference

The VCWinRTReference type exposes the following members.

Properties

  Name Description
Public property AssemblyName
Public property BuildNumber
Public property CopyLocal
Public property CopyLocalDependencies
Public property CopyLocalSatelliteAssemblies
Public property Culture
Public property Description
Public property FullPath
Public property Identity
Public property ItemName
Public property Kind
Public property Label
Public property majorVersion
Public property MinFrameworkVersion
Public property minorVersion
Public property Name
Public property Parent
Public property project
Public property PublicKeyToken
Public property Reference
Public property RelativePath
Public property RevisionNumber
Public property sdkIdentity
Public property StrongName
Public property SubType
Public property UseDependenciesInBuild
Public property UseInBuild
Public property VCProjectEngine
Public property VCReferences
Public property Version

Top

Methods

  Name Description
Public method MatchName
Public method Remove

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace