CitationEntity Constructors
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.
Overloads
| Name | Description |
|---|---|
| CitationEntity() | |
| CitationEntity(IMessageEntity) |
CitationEntity()
public CitationEntity();
Public Sub New ()
Applies to
CitationEntity(IMessageEntity)
public CitationEntity(Microsoft.Teams.Api.Entities.IMessageEntity entity);
new Microsoft.Teams.Api.Entities.CitationEntity : Microsoft.Teams.Api.Entities.IMessageEntity -> Microsoft.Teams.Api.Entities.CitationEntity
Public Sub New (entity As IMessageEntity)
Parameters
- entity
- IMessageEntity